Cavern

 Cavern4D

 Cavernize

 Debug

 FilterInterfaces

 Filters

 Format

 Helpers

 QuickEQ

  EQCurves

  Bandpass

  CurveFunction

  Custom

  Depth

  EQCurve

  CreateCurve(CurveFunction)

  GenerateLinearCurve(int, int)

  GenerateLinearCurve(int, int, float)

  GenerateLinearCurveOptimized(int, int, float)

  GenerateLogCurve(double, double, int)

  GenerateLogCurve(double, double, int, float)

  GenerateLogCurveOptimized(double, double, int, float)

  this[double frequency]

  Flat

  Punch

  RoomCurve

  Smoother

  XCurve

  Equalization

  SignalGeneration

  Utilities

  IDisposable

  MeasurementImporter

  MeasurementImporterStatus

  NoisyChannel

  SpeakerSweeper

  VerboseImpulseResponse

  Window

  Windowing

 Remapping

 SpecialSources

 Spoofer

 Utilities

 Virtualizer

 Atmosphere

 AudioClip3D

 AudioListener3D

 AudioListener3DInspector

 AudioSource3D

 CavernizeRealtime

 Channel

 Clip

 Environments

 Jack

 Listener

 QualityModes

 Rolloffs

 SeatAdaptation

 Source

class EQCurve

Equalizer curve processing.
VisibilityPublic
Modifiersabstract

Public functions

float[] GenerateLinearCurve(int sampleRate, int length)Generate a linear curve for correction generators.
float[] GenerateLinearCurve(int sampleRate, int length, float gain)Generate a linear curve for correction generators.
float[] GenerateLogCurve(double startFreq, double endFreq, int length)Generate a logarithmic curve for correction generators.
float[] GenerateLogCurve(double startFreq, double endFreq, int length, float gain)Generate a logarithmic curve for correction generators.

Public static functions

EQCurve CreateCurve(CurveFunction function)Create a curve from CurveFunction definitions.

Protected functions

float[] GenerateLinearCurveOptimized(int sampleRate, int length, float gain)If you have overridden GenerateLinearCurve(int, int),
but not GenerateLinearCurve(int, int, float),
the latter should return this for increased performance.
float[] GenerateLogCurveOptimized(double startFreq, double endFreq, int length, float gain)If you have overridden GenerateLogCurve(double, double, int), but not
GenerateLogCurve(double, double, int, float), the latter should return this for increased performance.

Public properties

double this[double frequency]Get the curve's gain in decibels at a given frequency.